Skip to content

Conversation

mruz
Copy link
Contributor

@mruz mruz commented May 1, 2015

kenjis added a commit that referenced this pull request May 1, 2015
Add Ice framework 1.0
@kenjis kenjis merged commit ee7285a into kenjis:master May 1, 2015
@kenjis
Copy link
Owner

kenjis commented May 1, 2015

Thank you. I'm going to look into it.

@kenjis
Copy link
Owner

kenjis commented May 1, 2015

I'm sorry, my benchmarking environment is CentOS 6.

$ gcc --version
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)

The gcc has no LTO option, so I removed it.

diff --git a/ext/install b/ext/install
index 817608c..070bfbf 100755
--- a/ext/install
+++ b/ext/install
@@ -1,6 +1,6 @@
 #!/bin/bash
 export CC="gcc"
-export CFLAGS="-O2 -Wall -fvisibility=hidden -flto -DZEPHIR_RELEASE=1"
+export CFLAGS="-O2 -Wall -fvisibility=hidden -DZEPHIR_RELEASE=1"
 if [ -f Makefile ]; then
        sudo make --silent clean
        sudo phpize --silent --clean

@kenjis
Copy link
Owner

kenjis commented May 2, 2015

@mruz
Copy link
Contributor Author

mruz commented May 2, 2015

Thanks, good score on the ice ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants